projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3396115
)
reftests: Fix background-origin reftest for all themes
author
Benjamin Otte
<otte@redhat.com>
Mon, 6 Feb 2012 19:42:04 +0000
(20:42 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 6 Feb 2012 19:43:05 +0000
(20:43 +0100)
We want to @import reset-to-defaults.css here.
tests/reftests/background-origin.css
patch
|
blob
|
history
diff --git
a/tests/reftests/background-origin.css
b/tests/reftests/background-origin.css
index 397f5957b17681ee9b4258a5439926ad4c26c3a8..aa8c4a9f19b71f836d0fad9d8fd9d87d001ced61 100644
(file)
--- a/
tests/reftests/background-origin.css
+++ b/
tests/reftests/background-origin.css
@@
-1,12
+1,4
@@
-* {
- engine: none;
- border-style: none;
- border-image: none;
- background-image: none;
- background-clip: border-box;
- background-repeat: no-repeat;
- border-radius: 0;
-}
+@import "reset-to-defaults.css";
GtkWindow {
background-color: rgb(255,255,255);
@@
-20,6
+12,7
@@
GtkButton {
background-color: rgb(0,0,255);
background-image: url("green-20x20.png");
+ background-repeat: no-repeat;
}
#button1 {